home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_sharutils.idb / usr / freeware / catman / u_man / cat1 / uuencode.Z / uuencode
Encoding:
Text File  |  1998-05-21  |  3.6 KB  |  134 lines

  1. /xlv1/freeware/1998.May/sharutils/4.2/sharutils-4.2.diffbuild/doc
  2.  
  3.  
  4.  
  5.      uuuuuuuueeeennnnccccooooddddeeee((((1111))))           UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV           uuuuuuuueeeennnnccccooooddddeeee((((1111))))
  6.  
  7.  
  8.  
  9.      NNNNAAAAMMMMEEEE
  10.       uuencode - encode a binary file
  11.  
  12.       uudecode - decode a file created by uuencode
  13.  
  14.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  15.       uuuuuuuueeeennnnccccooooddddeeee [-m]    [ file ] name
  16.  
  17.       uuuuuuuuddddeeeeccccooooddddeeee [-o outfile]    [ file ]...
  18.  
  19.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  20.       _U_u_e_n_c_o_d_e and _u_u_d_e_c_o_d_e    are used to transmit binary files over
  21.       transmission mediums that do not support other than simple
  22.       ASCII    data.
  23.  
  24.       _U_u_e_n_c_o_d_e reads _f_i_l_e (or by default the standard input) and
  25.       writes an encoded version to the standard output.  The
  26.       encoding uses    only printing ASCII characters and includes
  27.       the mode of the file and the operand _n_a_m_e for    use by
  28.       _u_u_d_e_c_o_d_e. If _n_a_m_e is /_d_e_v/_s_t_d_o_u_t the result will be written
  29.       to standard output.  By default the standard UU encoding
  30.       format will be used.    If the option -_m is given on the
  31.       command line bbbbaaaasssseeee66664444 encoding is used instead.
  32.  
  33.       _U_u_d_e_c_o_d_e transforms uuencoded    _f_i_l_e_s (or by default, the
  34.       standard input) into the original form.  The resulting file
  35.       is named _n_a_m_e    (or _o_u_t_f_i_l_e if the -o option is    given) and
  36.       will have the    mode of    the original file except that setuid
  37.       and execute bits are not retained.  If _o_u_t_f_i_l_e or _n_a_m_e is
  38.       /dev/stdout the result will be written to standard output.
  39.       _U_u_d_e_c_o_d_e ignores any leading and trailing lines.  The
  40.       program can automatically decide which of the    both supported
  41.       encoding schemes are used.
  42.  
  43.      EEEEXXXXAAAAMMMMPPPPLLLLEEEESSSS
  44.       The following    example    packages up a source tree, compresses
  45.       it, uuencodes    it and mails it    to a user on another system.
  46.       When _u_u_d_e_c_o_d_e    is run on the target system, the file
  47.       ``src_tree.tar.Z'' will be created which may then be
  48.       uncompressed and extracted into the original tree.
  49.  
  50.            tar cf -    src_tree | compress | uuencode src_tree.tar.Z
  51.            | mail sys1!sys2!user
  52.  
  53.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  54.       compress(1), mail(1),    uucp(1), uuencode(5)
  55.  
  56.      SSSSTTTTAAAANNNNDDDDAAAARRRRDDDDSSSS
  57.       This implementation is compliant with    P1003.2b/D11.
  58.  
  59.      BBBBUUUUGGGGSSSS
  60.       If more than one file    is given to _u_u_d_e_c_o_d_e and the -o    option
  61.  
  62.  
  63.  
  64.      Page 1                         (printed 5/18/98)
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.      uuuuuuuueeeennnnccccooooddddeeee((((1111))))           UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV           uuuuuuuueeeennnnccccooooddddeeee((((1111))))
  72.  
  73.  
  74.  
  75.       is given or more than    one _n_a_m_e in the    encoded    files are the
  76.       same the result is probably not what is expected.
  77.  
  78.       The encoded form of the file is expanded by 37% for UU
  79.       encoding and by 35% for base64 encoding (3 bytes become 4
  80.       plus control information).
  81.  
  82.      HHHHIIIISSSSTTTTOOOORRRRYYYY
  83.       The _u_u_e_n_c_o_d_e command appeared    in BSD 4.0.
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.      Page 2                         (printed 5/18/98)
  131.  
  132.  
  133.  
  134.